object frmBrowseForFolder: TfrmBrowseForFolder Left = 321 Top = 219 BorderStyle = bsDialog ClientHeight = 402 ClientWidth = 353 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object lblDescription: TLabel Left = 16 Top = 8 Width = 321 Height = 41 AutoSize = False WordWrap = True end object TVFolders: TWxfTreeView Left = 16 Top = 56 Width = 321 Height = 305 Active = True ShowLocal = True ShowFTP = True Indent = 19 OLEDragDrop = True TabOrder = 0 OnChange = TVFoldersChange OnAddItem = TVFoldersAddItem end object btnOk: TButton Left = 183 Top = 370 Width = 75 Height = 25 Caption = 'Ok' ModalResult = 1 TabOrder = 1 end object btnCancel: TButton Left = 263 Top = 370 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end